Hey #Rstats, when modeling multiple response variables with a multivariate (let's say normal) distribution, can you express one of the means as a function of another mean? E.g., y[i,1:3] ~ dmnorm(mu[1:3], Sigma[1:3, 1:3]), mu[1] <- alpha + beta * mu[2].